Spread for ASP.NET 10 Product Documentation
ComboBoxEditor Constructor(String[],String[])


Items in the combo box list, specified as an array
Values for the items in the combo box list, specified as an array
Creates a new combo box editor, with the specified items in the combo box list and with the specified values for the items.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String, _
   ByVal values() As String _
)
'Usage
 
Dim items() As String
Dim values() As String
 
Dim instance As New ComboBoxEditor(items, values)
public ComboBoxEditor( 
   string[] items,
   string[] values
)

Parameters

items
Items in the combo box list, specified as an array
values
Values for the items in the combo box list, specified as an array
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.